home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / DESK95 / search / SEARCH32.EX_ / SEARCH32.EX / 0 / RCDATA / TFORMREG / TFORMREG.txt
Text File  |  1997-03-15  |  6KB  |  313 lines

  1. object FormReg: TFormReg
  2.   Left = 176
  3.   Top = 131
  4.   BorderStyle = bsDialog
  5.   Caption = 'Search32 Registration Form'
  6.   ClientHeight = 349
  7.   ClientWidth = 628
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object lblCost: TLabel
  18.     Left = 65
  19.     Top = 206
  20.     Width = 184
  21.     Height = 14
  22.     AutoSize = False
  23.     Caption = 'Registration cost = $30 USD'
  24.     Font.Color = clBlue
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object GroupBox1: TGroupBox
  31.     Left = 7
  32.     Top = 1
  33.     Width = 308
  34.     Height = 198
  35.     TabOrder = 0
  36.     object lblDate: TLabel
  37.       Left = 195
  38.       Top = 20
  39.       Width = 26
  40.       Height = 13
  41.       Caption = '&Date:'
  42.       FocusControl = txtDate
  43.     end
  44.     object lblName: TLabel
  45.       Left = 23
  46.       Top = 50
  47.       Width = 31
  48.       Height = 13
  49.       Caption = '&Name:'
  50.       FocusControl = txtName
  51.     end
  52.     object lblAddress: TLabel
  53.       Left = 13
  54.       Top = 92
  55.       Width = 41
  56.       Height = 13
  57.       Caption = '&Address:'
  58.       FocusControl = memAddress
  59.     end
  60.     object lblPhone: TLabel
  61.       Left = 20
  62.       Top = 136
  63.       Width = 34
  64.       Height = 13
  65.       Caption = 'P&hone:'
  66.       FocusControl = txtPhone
  67.     end
  68.     object lblEmail: TLabel
  69.       Left = 22
  70.       Top = 168
  71.       Width = 32
  72.       Height = 13
  73.       Caption = '&E-Mail:'
  74.       FocusControl = txtEmail
  75.     end
  76.     object memAddress: TMemo
  77.       Left = 59
  78.       Top = 78
  79.       Width = 236
  80.       Height = 46
  81.       ScrollBars = ssVertical
  82.       TabOrder = 2
  83.     end
  84.     object txtName: TEdit
  85.       Left = 59
  86.       Top = 47
  87.       Width = 236
  88.       Height = 21
  89.       TabOrder = 1
  90.     end
  91.     object txtPhone: TEdit
  92.       Left = 59
  93.       Top = 133
  94.       Width = 236
  95.       Height = 21
  96.       TabOrder = 3
  97.     end
  98.     object txtEmail: TEdit
  99.       Left = 59
  100.       Top = 164
  101.       Width = 236
  102.       Height = 21
  103.       TabOrder = 4
  104.     end
  105.     object txtDate: TEdit
  106.       Left = 227
  107.       Top = 17
  108.       Width = 68
  109.       Height = 21
  110.       TabOrder = 0
  111.     end
  112.   end
  113.   object cmdSaveAs: TButton
  114.     Left = 410
  115.     Top = 317
  116.     Width = 75
  117.     Height = 23
  118.     Caption = '&Save as'
  119.     Default = True
  120.     TabOrder = 3
  121.     OnClick = cmdSaveAsClick
  122.   end
  123.   object GroupBox3: TGroupBox
  124.     Left = 325
  125.     Top = 1
  126.     Width = 296
  127.     Height = 305
  128.     TabOrder = 2
  129.     object Label2: TLabel
  130.       Left = 18
  131.       Top = 20
  132.       Width = 259
  133.       Height = 13
  134.       Caption = 'or mail check or money order with this form to'
  135.       Font.Color = clBlue
  136.       Font.Height = -11
  137.       Font.Name = 'MS Sans Serif'
  138.       Font.Style = [fsBold]
  139.       ParentFont = False
  140.     end
  141.     object lblAnetInc: TLabel
  142.       Left = 30
  143.       Top = 39
  144.       Width = 43
  145.       Height = 13
  146.       Caption = 'Anet Inc.'
  147.     end
  148.     object lblQuartermaster: TLabel
  149.       Left = 30
  150.       Top = 59
  151.       Width = 87
  152.       Height = 13
  153.       Caption = '315 Alamo Square'
  154.     end
  155.     object lblSanRamon: TLabel
  156.       Left = 30
  157.       Top = 78
  158.       Width = 107
  159.       Height = 13
  160.       Caption = 'Alamo, CA 94507 USA'
  161.     end
  162.     object lblContactUs: TLabel
  163.       Left = 18
  164.       Top = 98
  165.       Width = 77
  166.       Height = 13
  167.       Caption = 'Contact us at'
  168.       Font.Color = clBlue
  169.       Font.Height = -11
  170.       Font.Name = 'MS Sans Serif'
  171.       Font.Style = [fsBold]
  172.       ParentFont = False
  173.     end
  174.     object lblPhone1: TLabel
  175.       Left = 30
  176.       Top = 117
  177.       Width = 216
  178.       Height = 13
  179.       Caption = 'Phone:   888 - 709 - 2638 (TTT - 709 - ANET)'
  180.     end
  181.     object lblFax: TLabel
  182.       Left = 30
  183.       Top = 156
  184.       Width = 122
  185.       Height = 13
  186.       Caption = 'Fax:        510 - 735 - 7035'
  187.     end
  188.     object lblEmail1: TLabel
  189.       Left = 30
  190.       Top = 176
  191.       Width = 159
  192.       Height = 13
  193.       Caption = 'E-mail :   search32@anetusa.com'
  194.     end
  195.     object lblPhone2: TLabel
  196.       Left = 30
  197.       Top = 137
  198.       Width = 123
  199.       Height = 13
  200.       Caption = 'or            510 - 735 - 1173'
  201.     end
  202.     object lblInRussia: TLabel
  203.       Left = 20
  204.       Top = 195
  205.       Width = 72
  206.       Height = 13
  207.       Caption = 'or in Russia:'
  208.       Font.Color = clBlue
  209.       Font.Height = -11
  210.       Font.Name = 'MS Sans Serif'
  211.       Font.Style = [fsBold]
  212.       ParentFont = False
  213.     end
  214.     object lblRusAddress1: TLabel
  215.       Left = 30
  216.       Top = 215
  217.       Width = 204
  218.       Height = 13
  219.       Caption = 'Address: 142092, Moscow Region, Troitsk,'
  220.     end
  221.     object lblRusAddress2: TLabel
  222.       Left = 75
  223.       Top = 234
  224.       Width = 98
  225.       Height = 13
  226.       Caption = 'Oktyabrsky Prosp., 3'
  227.     end
  228.     object lblRusPhone: TLabel
  229.       Left = 30
  230.       Top = 254
  231.       Width = 130
  232.       Height = 13
  233.       Caption = 'Phone:   (095) 334 - 53 - 13'
  234.     end
  235.     object lblRusEmail: TLabel
  236.       Left = 30
  237.       Top = 273
  238.       Width = 150
  239.       Height = 13
  240.       Caption = 'E-mail :   support@anetusa.com'
  241.     end
  242.   end
  243.   object cmdClose: TButton
  244.     Left = 496
  245.     Top = 317
  246.     Width = 75
  247.     Height = 23
  248.     Caption = '&Close'
  249.     TabOrder = 4
  250.     OnClick = cmdCloseClick
  251.   end
  252.   object GroupBox2: TGroupBox
  253.     Left = 7
  254.     Top = 223
  255.     Width = 308
  256.     Height = 83
  257.     TabOrder = 1
  258.     object lblExpDate: TLabel
  259.       Left = 18
  260.       Top = 52
  261.       Width = 50
  262.       Height = 13
  263.       Caption = 'E&xp. Date:'
  264.       FocusControl = txtExpDate
  265.     end
  266.     object txtCard: TEdit
  267.       Left = 18
  268.       Top = 18
  269.       Width = 157
  270.       Height = 21
  271.       TabOrder = 0
  272.     end
  273.     object opVisa: TRadioButton
  274.       Left = 202
  275.       Top = 17
  276.       Width = 57
  277.       Height = 17
  278.       Caption = '&Visa'
  279.       TabOrder = 2
  280.     end
  281.     object opMastercard: TRadioButton
  282.       Left = 202
  283.       Top = 36
  284.       Width = 80
  285.       Height = 17
  286.       Caption = '&Mastercard'
  287.       Checked = True
  288.       TabOrder = 3
  289.       TabStop = True
  290.     end
  291.     object opAmEx: TRadioButton
  292.       Left = 202
  293.       Top = 55
  294.       Width = 77
  295.       Height = 17
  296.       Caption = 'AmEx.'
  297.       TabOrder = 4
  298.     end
  299.     object txtExpDate: TEdit
  300.       Left = 81
  301.       Top = 49
  302.       Width = 94
  303.       Height = 21
  304.       TabOrder = 1
  305.     end
  306.   end
  307.   object SaveDialog1: TSaveDialog
  308.     FileEditStyle = fsEdit
  309.     Left = 328
  310.     Top = 333
  311.   end
  312. end
  313.